toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net.callback
/
[jvm]AuthenticateCallback
/
Action
Action
class
Action
:
AsyncCallbackAction
<
R
>
An action providing a response to the
AuthenticateCallback
.
Members
Constructors
Action
Link copied to clipboard
constructor
(
consumer
:
Consumer
<
Response
>
)
Functions
authenticate
Link copied to clipboard
open
fun
authenticate
(
userName
:
String
,
password
:
String
)
Notifies the engine that the authentication should be performed with the particular
userName
and
password
.
cancel
Link copied to clipboard
open
fun
cancel
(
)
Notifies the engine that the authentication should be canceled.
is
Closed
Link copied to clipboard
fun
isClosed
(
)
:
Boolean
Returns
true
if this action is closed.